
on 1:TEXT:!Deal:#: {
  /msg $chan $nick $read Deal.txt
  /msg $chan -[ Anyone wanting to join this hand please type !deal. After all players have been dealt, you may hit or stick in turn ]-
}

on 1:TEXT:!Hit:#: {
  /msg $chan $nick $read Hit.txt
  /msg $chan $nick You may stay, or wait your turn to hit agian if you havent busted.
  /msg $chan -[ Other players may now hit in turn ]-
}

on 1:TEXT:!Stay:#: {
  /msg $chan -[ $nick Stays ]- 
  /msg $chan -[ Other players make your moves ::: Type !Done when everyone is done ]-
}

on 1:TEXT:!Done:#: {
  /msg $chan -[ $nick Has Ended The Game ]- 
  /msg $chan -[ To continue the game players can type !deal to reshuffle and deal ]-
}

on 1:TEXT:!Bust:#: {
  /msg $chan -[ $nick Has Busted From The Game ]-
} 
